blog/webapp/templates/blog_post/get.html

5 lines
109 B
HTML
Raw Permalink Normal View History

2020-07-08 14:36:13 +02:00
{% extends "layout.html" %}
{% block content %}
2020-07-13 13:15:09 +02:00
{% include "blog_post/get_single.html" %}
2020-07-08 14:36:13 +02:00
{% endblock %}