templates/post/show.html.twig line 1

  1. {% extends 'public_layout.html.twig' %}
  2. {% block title %}{{ post.title }}{% endblock %}
  3. {% block content %}
  4.         {{ include('post/show.frame.html.twig', {post: post}) }}
  5. {% endblock %}