Adding diario stuff to this project
[cascardo/ema.git] / templates / diario / entry_detail.html
diff --git a/templates/diario/entry_detail.html b/templates/diario/entry_detail.html
new file mode 100644 (file)
index 0000000..1797ffc
--- /dev/null
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block content %}
+
+<h2>{{ entry.title }}</h2>
+{{ entry.body|safe }}
+<p>Posted on {{ entry.pub_date|date:"F j, Y" }}</p>
+
+{% endblock %}