X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=blog%2Ftemplates%2Fblog%2Fpost_detail.html;fp=blog%2Ftemplates%2Fblog%2Fpost_detail.html;h=18073a993fd672889e0803c0ac856aacdbf3d2c1;hb=705f08b190025689910342916669a0ed89cc5b18;hp=0000000000000000000000000000000000000000;hpb=520a95911abd002abf604a7479170cc900359cbb;p=django-girls.git diff --git a/blog/templates/blog/post_detail.html b/blog/templates/blog/post_detail.html new file mode 100644 index 0000000..18073a9 --- /dev/null +++ b/blog/templates/blog/post_detail.html @@ -0,0 +1,13 @@ +{% extends 'blog/base.html' %} + +{% block content %} +
+ {% if post.published_date %} +
+ {{ post.published_date }} +
+ {% endif %} +

{{ post.title }}

+

{{ post.text|linebreaksbr }}

+
+{% endblock %} \ No newline at end of file