duck-booking-tool/booking/templates/booking/vocabulary.html

11 lines
222 B
HTML

{% extends 'front_template.html' %}
{% block body %}
<h2>Vocabulary</h2>
<dl>
<dt>Duck</dt>
<dd>Despite the name, <em>duck</em> refers to any rubber or plastic toy bookable in this app.</dd>
</dl>
{% endblock %}