mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-11 03:45:09 -05:00
6 lines
221 B
Twig
6 lines
221 B
Twig
|
{% 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 %}
|