mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-29 14:48:55 +00:00
Add missing header tag
This commit is contained in:
parent
d9046fe89c
commit
c271f52d5b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{% extends 'partials/base.html.twig' %}
|
{% extends 'partials/base.html.twig' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<article class="post">
|
<article class="post">
|
||||||
|
<header>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h2>{{ form.message }}</h2>
|
<h2>{{ form.message }}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue