version 0.2.0 replaces fromer version!
This commit is contained in:
9
adapters/django/templates/whynot/_base_head.html
Normal file
9
adapters/django/templates/whynot/_base_head.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{# Link & register the design system. Include in <head> of your base template.
|
||||
|
||||
{% include "whynot/_base_head.html" %}
|
||||
|
||||
Customise STATIC_URL prefix if your collectstatic layout differs. #}
|
||||
{% load static %}
|
||||
<link rel="stylesheet" href="{% static 'whynot/colors_and_type.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'whynot/components.css' %}">
|
||||
<script type="module" src="{% static 'whynot/index.js' %}" defer></script>
|
||||
Reference in New Issue
Block a user