mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 17:41:01 +00:00
6 lines
No EOL
238 B
Twig
6 lines
No EOL
238 B
Twig
{% extends "layout.twig" %}
|
|
{% block title %}{% trans "plop" %}{% endblock %}
|
|
{% block content %}
|
|
{{ msg|raw }}
|
|
<p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
|
|
{% endblock %} |