mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-15 21:55:09 -05:00
6 lines
105 B
Twig
6 lines
105 B
Twig
{% extends layout %}
|
|
|
|
{% block content %}
|
|
Poche v2<br/>
|
|
{{ entry.id }} - {{ entry.title }}
|
|
{% endblock %} |