X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=tpl%2Fview.twig;h=f78ac62ebc2e7134fd865efb5dbddd903a6595b6;hb=1cbd70639c5f97f6030d0df6624ca200dba86945;hp=d2ec2071ceb86b913b76aec49c3ef9f2ea061110;hpb=3ba5f81b7bc99d7ff954aa5b76aca93c9e157e67;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/view.twig b/tpl/view.twig index d2ec2071..f78ac62e 100644 --- a/tpl/view.twig +++ b/tpl/view.twig @@ -1,41 +1,38 @@ {% extends "layout.twig" %} {% block title %}{% trans "home" %}{% endblock %} - {% block content %} -
-
- -
+
-
-

{{ entry.title|e }}

- +

{{ entry.title|raw }}

+
- -
- - -
-
- {% trans "this article appears wrong?" %} {% trans "create an issue" %} {% trans "or" %} {% trans "contact us by mail" %} +
+ +

{% trans "this article appears wrong?" %} {% trans "create an issue" %} {% trans "or" %} {% trans "contact us by mail" %}

-{% endblock %} - -{% block js %} - - {% endblock %} \ No newline at end of file