gergelypolonkai-web-django/blog/templates/blog/view.html

6 lines
99 B
HTML
Raw Normal View History

2013-09-24 13:54:41 +00:00
{% extends "front_base.html" %}
2013-10-01 19:17:41 +00:00
{% block content %}
{% include 'blog/post.html' %}
{% endblock %}