infinito/application/templates/node/node.html.twig

9 lines
212 B
Twig
Raw Normal View History

2018-09-20 16:03:00 +02:00
{% extends "frames/default.html.twig" %}
{% block title %}
{% trans %}
Node
{% endtrans %}
2018-10-04 22:39:26 +02:00
{% endblock %}
{% block sub_navigation %}
{% include 'frames/structure/navbar/node_sub.html.twig'%}
2018-09-20 16:03:00 +02:00
{% endblock %}