UNPKG

nunjucks

Version:

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

13 lines (9 loc) 180 B
{% extends "base.html" %} {% block content %} This is just the about page {% endblock %} {% block footer %} {{ super() }} You really should read this! {{ poop }} {% endblock %}