Upload Testproject
This commit is contained in:
6
Podcast/templates/blog-post.html
Normal file
6
Podcast/templates/blog-post.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% from "macros/blog.html" import render_blog_post %}
|
||||
{% block title %}{{ this.title }}{% endblock %}
|
||||
{% block body %}
|
||||
{{ render_blog_post(this) }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user