point-tools/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Post/show.html.twig

8 lines
253 B
Twig

{% extends 'SkobkinPointToolsBundle:Post:base_feed.html.twig' %}
{% block header_title %}#{{ post.id }} @ Point Tools{% endblock %}
{% block content %}
{% include 'SkobkinPointToolsBundle:Post:post.html.twig' with {'post': post} %}
{% endblock %}