point-tools/templates/Web/Post/show.html.twig

8 lines
213 B
Twig
Raw Normal View History

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