mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Updated reset form
This commit is contained in:
parent
0b407c0305
commit
2bc8c623a2
1 changed files with 20 additions and 0 deletions
20
templates/reset.html.twig
Normal file
20
templates/reset.html.twig
Normal file
|
@ -0,0 +1,20 @@
|
|||
{% extends 'partials/base.html.twig' %}
|
||||
|
||||
{% block menu %}
|
||||
{% include 'partials/sidebar_right.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="post">
|
||||
<header>
|
||||
<div class="title">
|
||||
<h2>{{ page.header.title }}</h2>
|
||||
</div>
|
||||
<div class="meta"></div>
|
||||
</header>
|
||||
{% include 'partials/messages.html.twig' %}
|
||||
{% include 'partials/reset-form.html.twig' %}
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue