Better asset handling

This commit is contained in:
Brian Duggan
2018-05-24 09:56:02 -04:00
parent d696540371
commit de0fce88f1
4 changed files with 29 additions and 3 deletions

View File

@@ -4,7 +4,9 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% block title %}JEDI{% end %}</title>
<link rel="stylesheet" href="static/assets/atat.css">
{% for url in assets['css'].urls() %}
<link rel="stylesheet" href="{{ url }}" type="text/css">
{% end %}
</head>
<body>
<header class="usa-header usa-header-basic" role="banner">