Better asset handling
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user