]> Raphaël G. Git Repositories - blogbundle/blobdiff - Resources/views/about.html.twig
New structure
[blogbundle] / Resources / views / about.html.twig
index cf26dfb58d4e696eae8f9d444acf14cca6ece8d9..b5a584020e5c26f5febc40ab110289ff270fb95a 100644 (file)
@@ -1,3 +1,12 @@
-{% extends 'RapsysBlogBundle::body.html.twig' %}
-{% block title %}<h1><a href="{{ url('homepage') }}">Dev log</a></h1>{% endblock %}
-{% block content %}TODO: page de about{% endblock %}
+{% extends '@RapsysBlog/_base.html.twig' %}
+{% block content %}
+       <article id="content">
+               <header>
+                       <h1><a href="{{ head.canonical }}">{{ title }}</a></h1>
+                       <p>{{ description }}</p>
+               </header>
+               <section>
+                       <p>TODO: dernière page à faire avant la page cv et peut-être un peu de sémantique pour google &amp; facebook :)</p>
+               </section>
+       </article>
+{% endblock %}