X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fhome.twig;h=a2fa9a93eb0529c5061a4852f4ed266f7e3e4935;hb=0269cd821311500acffed61edb1bc168d3fb5ec8;hp=8b602a258a31fd41fd2524718c456af57b7748d6;hpb=c67e13e04baab64bcc63fd0dca46125513250c44;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/home.twig b/tpl/home.twig old mode 100644 new mode 100755 index 8b602a25..a2fa9a93 --- a/tpl/home.twig +++ b/tpl/home.twig @@ -1,21 +1,28 @@ - -
-

logo pochepoche

-
-
+{% extends "layout.twig" %} +{% block title %}{% trans "home" %}{% endblock %} {% block menu %} - +{% include '_menu.twig' %} {% endblock %} {% block precontent %} {% endblock %} - {include="messages"} \ No newline at end of file +{% block content %} + {{ page_links | raw }} + {% for entry in entries %} +
+

{{ entry.title|raw }}

+ +

{{ entry.content|striptags|slice(0, 300) }}...

+

{{ entry.url | e | getDomain }}

+
+ {% endfor %} + {{ page_links | raw }} +{% endblock %} \ No newline at end of file