16 lines
229 B
HTML
16 lines
229 B
HTML
---
|
|
url:
|
|
type: 'string'
|
|
hash:
|
|
type: 'string'
|
|
integrity:
|
|
type: 'string'
|
|
---
|
|
<link
|
|
href="{{ url }}?{{ hash }}"
|
|
integrity="sha256-{{ integrity }}"
|
|
rel="stylesheet"
|
|
data-turbo-track="reload"
|
|
crossorigin="anonymous"
|
|
>
|