permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

profile.html.twig
text/plain

Download raw (236 bytes)

{% extends 'partials/base.html.twig' %}

{% do form.setAllData(grav.user.toArray) %}

{% block content %}
    {% include 'partials/messages.html.twig' %}
    {{ page.content|raw }}
    {% include 'forms/form.html.twig' %}
{% endblock %}