mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-10 19:35:16 -05:00
6 lines
219 B
Twig
Executable File
6 lines
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 %} |