tera 1.3.1

Template engine based on Jinja2/Django templates
Documentation
1
2
3
4
5
{% extends "error-location/base_error.html" %}

{% block content %}
Hello
{% endblock content %}