# usual way
```
<link href="{% static 'libs/bootswatch3.2/{{ THEME }}/bootstrap.min.css' %}" rel="stylesheet">
```
# more manual but works if you have variables in it
```
<link href="{% get_static_prefix %}libs/bootswatch3.2/{{ THEME }}/bootstrap.min.css" rel="stylesheet">
```
See also:
https://stackoverflow.com/questions/16655851/django-1-5-how-to-use-variables-inside-static-tag