Fix bad merge
[cascardo/ema.git] / templates / diario / entry_detail.html
1 {% extends "base.html" %}
2
3 {% block content %}
4
5 <h2>{{ entry.title }}</h2>
6 {{ entry.body|safe }}
7 <p>Posted on {{ entry.pub_date|date:"F j, Y" }}</p>
8
9 {% endblock %}