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