work.suroh.tk/node_modules/nunjucks/samples/express/views/item.html

8 lines
150 B
HTML
Raw Normal View History

2019-12-02 12:22:45 +00:00
{% extends "item-base.html" %}
{% block description %}
I told you, it's name is {{ name }}.
It also has the description: {{ desc }}.
{% endblock %}