mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
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.
13 lines
316 B
HTML
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 %}
|