welco/welco/kb/templates/kb/page_detail_fragment.html

5 lines
80 B
HTML

<div class="page">
<h3>{{ object.title }}</h3>
{{ object.content|safe }}
</div>