UNPKG

jinja-js

Version:

JavaScript templating engine based on Jinja2

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