mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-29 22:08:32 +07:00
5 lines
157 B
HTML
5 lines
157 B
HTML
{% extends "!layout.html" %}
|
|
{% block extrahead %}
|
|
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
|
|
{% endblock %}
|