itsblue-website/plugins/login/templates/profile.html.twig

9 lines
232 B
Twig
Executable file

{% 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 %}