9 lines
137 B
Twig
Raw Permalink Normal View History

2016-11-19 12:08:12 +01:00
{% extends 'partials/base.html.twig' %}
{% block content %}
{{ content }}
{% include "forms/form.html.twig" %}
{% endblock %}