mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-14 19:08:12 +08:00
8 lines
177 B
Twig
8 lines
177 B
Twig
|
{% block style %}
|
||
|
<link {{key}}="{{value}}" href="{{href}}">
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block script %}
|
||
|
<script {{key}}="{{value}}" crossorigin src="{{src}}"></script>
|
||
|
{% endblock %}
|