File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 8
8
<
link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/@tabler/[email protected] /tabler-icons.min.css"
9
9
integrity =" sha384-a8pgu0eDAmHMVlQuzUEoHyapgzLXfOaTTNrMzPivsvAts7LkllyAYpRE4saDWQj7" crossorigin =" anonymous" >
10
10
11
+ {{ #each (to_array css )}}
12
+ <link rel =" stylesheet" href =" {{ this }} " >
13
+ {{ /each }}
14
+
11
15
{{ #if font }}
12
16
<link rel =" preconnect" href =" https://fonts.googleapis.com" >
13
17
<link rel =" preconnect" href =" https://fonts.gstatic.com" crossorigin>
14
18
<link rel =" stylesheet" href =" https://fonts.googleapis.com/css2?family={{ font }} &display=fallback" >
15
19
<style >:root { --tblr-font-sans-serif : ' {{font}}' , Arial , sans;}</style >
16
20
{{ /if }}
21
+
17
22
<script src =" {{ static_path ' sqlpage.js' }} " defer></script >
23
+ {{ #each (to_array javascript )}}
24
+ <script src =" {{ this }} " defer></script >
25
+ {{ /each }}
26
+
18
27
<meta name =" viewport" content =" width=device-width, initial-scale=1" />
19
28
<meta name =" description" content =" {{ description }} " />
20
29
{{ #if norobot }}
You can’t perform that action at this time.
0 commit comments