8 lines
150 B
HTML
Raw Normal View History

2019-11-26 14:50:43 -08:00
{% extends "item-base.html" %}
{% block description %}
I told you, it's name is {{ name }}.
It also has the description: {{ desc }}.
{% endblock %}