{% extends 'MopaBootstrapBundle::base.html.twig' %} {% block html_tag %} {# make your site working offline with Application Cache (AppCache) http://www.html5rocks.com/en/tutorials/appcache/beginner/ #} {% endblock html_tag %} {% block head %}
{# TODO: meta variable format, associative array or underscored string type #} {# About DNS prefetching: http://html5boilerplate.com/docs/DNS-Prefetching/ If you fetch data from other domains, add them too #} {% block dns_prefetch %} {% for domain in dns_prefetch %} {% endfor %} {% endblock dns_prefetch %} {# IE10 does not support plugins, such as Flash, in Metro Mode. If your site requires plugins, you can let users know that via the X-UA-Compatible meta element, which will prompt them to switch to Desktop Mode. http://html5boilerplate.com/docs/html-head/#prompt-users-to-switch-to-desktop-mode-in-ie10-metro #} {# WARNING: do not add "initial-scale=1" to viewport, breaks iOS view! https://github.com/h5bp/html5-boilerplate/issues/824 #} {# example: href="/humans.txt" #} {#