--- title: 'Nunjucks Intro' --- {% extends '_index.html' %} {%block content %}
Pages can be written in HTML and compiled via Nunjucks. This allows for automatically templating. HTML supports front-matter, allowing for variables to be defined and passed in to a file when compiled.
Pages cal also be written in markdown.
{% endblock %}