ungleich-staticcms/templates/blog-post.html
Nico Schottelius 57d66eb0c1 init staticcms
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2019-09-24 20:30:38 +09:00

6 lines
193 B
HTML

{% extends "layout.html" %}
{% from "macros/blog.html" import render_blog_post %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
{{ render_blog_post(this) }}
{% endblock %}