mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-25 00:50:29 +00:00
6 lines
No EOL
221 B
Twig
Executable file
6 lines
No EOL
221 B
Twig
Executable file
{% extends "layout.twig" %}
|
|
{% block title %}{% trans "plop" %}{% endblock %}
|
|
{% block content %}
|
|
{{ msg|raw }}
|
|
<p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
|
|
{% endblock %} |