4 lines
87 B
HTML
4 lines
87 B
HTML
{% extends "index.html" %}
|
|
{% block content %}
|
|
{{instance.body}}
|
|
{% endblock content %} |