X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/5621a1bb6db0a2243f5eb38cd68f6958663f94d5..f0e7795695729fda3f82c75cb640412f6dbc8c9f:/Resources/views/snippet/add.html.twig

diff --git a/Resources/views/snippet/add.html.twig b/Resources/views/snippet/add.html.twig
index fddf9a3..741be09 100644
--- a/Resources/views/snippet/add.html.twig
+++ b/Resources/views/snippet/add.html.twig
@@ -1,7 +1,10 @@
-{% extends '@RapsysAir/body.html.twig' %}
+{% extends '@RapsysAir/base.html.twig' %}
 {% block content %}
 	<section id="form">
-		<h2>{{ section }}</h2>
+		<header>
+			<h2>{{ title.page }}</h2>
+			<p>{{ description }}</p>
+		</header>
 		{{ form_start(form) }}
 			<div>
 				{{ form_row(form.description) }}