mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
7
node_modules/nunjucks/samples/express/views/index.html
generated
vendored
Normal file
7
node_modules/nunjucks/samples/express/views/index.html
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
Hello, {{ username | default('poop') | safe }}! This is just some content.
|
||||
|
||||
<div id="dynamic"></div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user