Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/lib/templates/
Upload File :
Current File : /var/www/ljmtc/cbt/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>