mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-23 10:28:57 +00:00
10 lines
258 B
Twig
Executable file
10 lines
258 B
Twig
Executable file
{% 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 %}
|