UNPKG

nunjucks

Version:

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

8 lines (5 loc) 150 B
{% extends "item-base.html" %} {% block description %} I told you, it's name is {{ name }}. It also has the description: {{ desc }}. {% endblock %}