Skip to content
Snippets Groups Projects
post.html 213 B
{% extends "page.html" %}

{% block content %}
  <div class="content">
    <img src="{{ page.extra.depiction.image | safe }}" alt="{{ page.extra.depiction.alt }}" />
    {{ page.content }}
  </div>
{% endblock %}