winkekatze.tv/templates/blog-post.html

13 lines
296 B
HTML
Raw Permalink Normal View History

2022-01-16 04:29:41 +01:00
{% extends "layout.html" %}
{% from "macros/blog.html" import render_blog_post %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
{{ render_blog_post(this) }}
{% endblock %}
2022-01-16 04:53:54 +01:00
{%- block class -%}
events
{%- endblock -%}
{%- block scss -%}
css/events.min.css
{%- endblock -%}