mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Added sidebar menu to login
This commit is contained in:
parent
0d20c098ba
commit
2697c602a5
1 changed files with 10 additions and 0 deletions
10
templates/login.html.twig
Executable file
10
templates/login.html.twig
Executable file
|
@ -0,0 +1,10 @@
|
|||
{% extends 'partials/base.html.twig' %}
|
||||
|
||||
{% block menu %}
|
||||
{% include 'partials/sidebar_right.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'partials/messages.html.twig' %}
|
||||
{% include 'partials/login-form.html.twig' %}
|
||||
{% endblock %}
|
Loading…
Add table
Reference in a new issue