From a2891841fbf1e5660693a1f9109f2e6810224a3b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 5 May 2019 11:40:42 -0500 Subject: added tutorials with comments --- app/django_comments/templates/comments/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/django_comments/templates/comments/base.html (limited to 'app/django_comments/templates/comments/base.html') diff --git a/app/django_comments/templates/comments/base.html b/app/django_comments/templates/comments/base.html new file mode 100644 index 0000000..540c25c --- /dev/null +++ b/app/django_comments/templates/comments/base.html @@ -0,0 +1,10 @@ + + + + + {% block title %}{% endblock %} + + +{% block content %}{% endblock %} + + -- cgit v1.2.3