Your IP : 52.15.254.112


Current Path : /home/ncdcgo/ele.ncdc.go.ug/lib/templates/
Upload File :
Current File : /home/ncdcgo/ele.ncdc.go.ug/lib/templates/skip_links.mustache

{{!
    @template core/skip_links

    Example context (json):
    {
        "links": [
            {"url": "http://example.com/link1", "text": "Link 1"},
            {"url": "http://example.com/link2", "text": "Link 2"}
        ]
    }
}}
<div>
{{#links}}
    <a class="sr-only sr-only-focusable" href="#{{{url}}}">{{{text}}}</a>
{{/links}}
</div>