mirror of
https://github.com/JHUAPL/Terrasaur.git
synced 2026-01-08 20:27:58 -05: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 %}
|