UNPKG

sniper

Version:

Renders snippets on demand

12 lines (10 loc) 280 B
<head> <meta charset="UTF-8"> <link rel="shortcut icon" type='image/x-icon' href="/favicon.ico"> {% for link in css %} <link type="text/css" rel="stylesheet" href="{{ link }}"> {% endfor %} {% for script in scripts %} <script src="{{ script }}"></script> {% endfor %} </head>