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

8 lines
163 B
HTML
Raw Normal View History

2019-12-02 12:22:45 +00:00
{% extends "base.html" %}
{% block content %}
Hello, {{ username | default('poop') | safe }}! This is just some content.
<div id="dynamic"></div>
{% endblock %}