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

13 lines
180 B
HTML
Raw Normal View History

2019-12-02 12:22:45 +00:00
{% extends "base.html" %}
{% block content %}
This is just the about page
{% endblock %}
{% block footer %}
{{ super() }}
You really should read this!
{{ poop }}
{% endblock %}