1 {% extends 'RapsysBlogBundle::base.html.twig' %}
9 <a href="{{ url('about') }}">About</a>
10 <a href="{{ url('contact') }}">Contact</a>
16 {% block blog_title %}<h1><a href="{{ url('homepage') }}">Dev log</a></h1>{% endblock %}
17 {% block blog_tagline %}
18 {% if tags is defined and tags %}
20 {% for id, tag in tags %}
21 <li><h2><a href="#">Tag</a></h2></li>
31 {% block sidebar %}<aside id="sidebar"></aside>{% endblock %}
33 {% block content %}<section id="content"></section>{% endblock %}
37 <summary>Copyright 2016</summary> - Raphaël Gertz all rights reserved.