site/content/overrides/chapter.html

16 lines
274 B
HTML
Executable file

{% extends "main.html" %}
<!-- Use the chapter CSS on this page (in addition to the normal CSS) -->
{% block styles %}
{{ super() }}
<link rel="stylesheet" href="{{ base_url }}/assets/css/_chapter.css">
{% endblock %}
{% block content %}
{{ super() }}
{% endblock %}