mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-18 13:42:17 -05:00
6 lines
105 B
Twig
6 lines
105 B
Twig
{% extends layout %}
|
|
|
|
{% block content %}
|
|
Poche v2<br/>
|
|
{{ entry.id }} - {{ entry.title }}
|
|
{% endblock %} |