nenuscanner/templates/object.html

11 lines
196 B
HTML

{% extends "base.html" %}
{% block content %}
<section class="section">
<div class="container">
<h1 class="title">{{ object.name }}</h1>
</div>
</section>
{% endblock content %}