Files
website-v2/templates/userguide_placeholder.html
Greg Newman 55253636a6 🚧 fix user-guide header
Now using proprietary styles for the user guide - not shared with docs.  We are able to better isolate and fix issues with the user guide header without having to touch antora.
2023-10-12 09:41:25 -04:00

13 lines
316 B
HTML

{% extends "base.html" %}
{% load static %}
{% block extra_head %}
<link data-modernizer="boost-legacy-docs-extra-head" href="{% static 'css/userguidestyles.css' %}" rel="stylesheet" />
{% endblock %}
{% block content_header %}
<div id="boost-legacy-docs-header">
{{ block.super }}
</div>
{% endblock %}