djLint/docs/_templates/layout.html

9 lines
237 B
HTML
Raw Normal View History

2021-12-02 08:25:03 +00:00
{% extends "!layout.html" %}
{%- block htmltitle %}
<title>{{ docstitle|e }}{{ title|striptags|e }}</title>
{%- endblock %}
2021-12-02 08:35:48 +00:00
{%- if pageurl %}
2021-12-02 09:05:27 +00:00
{% set pageurl = pageurl| replace("index.html","")| replace(".html","/") %}
2021-12-02 08:35:48 +00:00
{%- endif %}