X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fview.twig;h=0010d18fb8da437899af6552f5ca46779fa5bb8f;hb=66eab89252fa04d5d9f11bf4abcc1c18ac17a1ca;hp=916abe0ddb0b14b615acf6c4c85ccff0bc382aea;hpb=99679d06884120c57f43b44e55e03595f1f87bed;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/view.twig b/themes/default/view.twig old mode 100644 new mode 100755 index 916abe0d..0010d18f --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -1,19 +1,33 @@ {% extends "layout.twig" %} {% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %} {% block content %} + {% include '_highlight.twig' %} + {% include '_pocheit-form.twig' %}
@@ -30,9 +44,63 @@ {{ block('tags') }}
- + {% endblock %}