{% extends "layout.html" %} {% from "macros/blog.html" import render_blog_post %} {% if this.project %}{% block expand_header %} {% if this.video_is_embeded %} {% endif %} {% endblock %}{% endif %} {% block title %}{{ this.title }}{% endblock %} {% block expand_description %} {% endblock %} {% block body %}
{{ render_blog_post(this) }}
{% if this.project %} {% endif %} {% endblock %}