{% 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_ogg_image %}"{% if this.xml_img %}{{ this.xml_img|url }}{% else %}{{ '/images/waffel.jpeg'|asseturl }}{% endif %}"{% endblock %} {% block expand_description %} {% endblock %} {% block body %}
{{ render_blog_post(this) }}
{% if this.project %} {% endif %} {% endblock %}