- reworked nearly all gulp tasks - added html templating with nunjucks - replaced some old html files - started correction of scss and js files according to lint results
6 lines
97 B
Text
6 lines
97 B
Text
<!-- index.nunjucks -->
|
|
{% extends "index.nunjucks" %}
|
|
|
|
{% block body_content %}
|
|
|
|
{% endblock %}
|