* Implement simple node script * Add zola documentation * Add gh pages workflow * autogen widget docs
5 lines
216 B
HTML
5 lines
216 B
HTML
{% extends "book/templates/index.html" %}
|
|
{% block css %}
|
|
<link rel="stylesheet" href="{{ get_url(path="book.css") | safe }}">
|
|
<link rel="stylesheet" href="{{ get_url(path="style.css") | safe }}">
|
|
{% endblock css %}
|