Added ViM modelines to the beginning of twig templates

Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-07-31 09:52:24 +02:00
parent a43f2d6017
commit f21d48c6a8
17 changed files with 34 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Csoport jelentkezők {% endblock %}
{% block content %}

View File

@@ -1,3 +1,5 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% block title %} - Jelentkezők{% endblock %}
{% block content %}