firstcommit

This commit is contained in:
2018-06-21 17:59:40 +02:00
commit 967f6c0e3e
3205 changed files with 360012 additions and 0 deletions
@@ -0,0 +1,9 @@
{% extends 'partials/base.html.twig' %}
{% do form.setAllData(grav.user.toArray) %}
{% block content %}
{% include 'partials/messages.html.twig' %}
{{ page.content }}
{% include 'forms/form.html.twig' %}
{% endblock %}