2013-08-15 10:54:14 +02:00
|
|
|
{% extends "layout.twig" %}
|
2013-08-23 22:24:41 +02:00
|
|
|
{% block title %}{% trans "plop" %}{% endblock %}
|
2013-08-15 10:54:14 +02:00
|
|
|
{% block content %}
|
2013-08-23 22:24:41 +02:00
|
|
|
{{ msg|raw }}
|
2013-08-15 10:54:14 +02:00
|
|
|
<p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
|
|
|
|
{% endblock %}
|