{% extends 'news/master.twig' %} {% from 'macros.twig' import container_title %} {% from '_layout/comments.twig' import comments_section %} {% from 'news/macros.twig' import news_post %} {% set title = post.post_title ~ ' :: News' %} {% set canonical_url = url('news-post', {'post': post.post_id}) %} {% set manage_link = url('manage-news-post', {'post': post.post_id}) %} {% block content %} {{ news_post(post) }} {% if comments is defined %}