2 <html{% if locale is defined and locale %} lang="{{ locale }}"{% endif %}>
 
   3         <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
 
   4                 {% block metas %}<meta charset="UTF-8">{% endblock %}
 
   5                 <title>{% block title %}Welcome!{% endblock %}</title>
 
   6                 {% block stylesheets %}{% endblock %}
 
   9                 {% block body %}{% endblock %}
 
  10                 {% block javascripts %}{% endblock %}