{% extends "templates/article.njk" %} {% import "components/toc.njk" as toc with context %} {% block head %}
Our CMS can be used in multiple (different) ways thanks to the underlying technologies. The basic idea is that every page is a file. Although how you treat that file is really up to you. It can be plain HTML, nunjucks/njk (a templating language for HTML) or even markdown (although not "plain markdown").
{{ toc.header("h2", "Views on bloat") }}I do not want to bloat this CMS, but I must admit that it is bloated. {{ hello }}
{% endblock %}