mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
12
node_modules/nunjucks/samples/express/views/about.html
generated
vendored
Normal file
12
node_modules/nunjucks/samples/express/views/about.html
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
This is just the about page
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
{{ super() }}
|
||||
You really should read this!
|
||||
|
||||
{{ poop }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user