mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
6 lines
188 B
HTML
6 lines
188 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block extrahead %}
|
||
|
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
|
||
|
{% endblock %}
|