1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-15 21:55:09 -05:00
wallabag/app/views/index.twig
Nicolas Lœuillet eed94326c4 [add] layout
2013-11-26 13:33:00 +01:00

6 lines
105 B
Twig

{% extends layout %}
{% block content %}
Poche v2<br/>
{{ entry.id }} - {{ entry.title }}
{% endblock %}