2022-12-19 01:20:14 +00:00
|
|
|
{% if request.path == '/' %}
|
2023-01-28 11:33:51 +00:00
|
|
|
<script defer src="{{'fistmas/js/vendor/snow.js'|asset}}"></script>
|
2022-12-19 01:20:14 +00:00
|
|
|
{% endif %}
|
2022-11-30 21:10:20 +00:00
|
|
|
|
2022-12-19 01:20:14 +00:00
|
|
|
<a rel="nofollow noopener noreferrer" href="https://www.youtube.com/watch?v=BuKft9LpL_0" style="text-decoration: none !important">
|
2022-12-26 03:54:17 +00:00
|
|
|
{% if SITE_NAME == 'rDrama' and range(1, 20)|random() == 1 %}
|
2023-01-27 17:55:25 +00:00
|
|
|
<img loading="lazy" src="/assets/fistmas/images/banner_new.webp" style="width:100%" />
|
2022-12-26 03:06:17 +00:00
|
|
|
{% else %}
|
2023-01-01 05:33:09 +00:00
|
|
|
<link rel="stylesheet" href="{{'fistmas/css/banner.css' | asset}}">
|
2022-12-25 02:25:11 +00:00
|
|
|
{% if SITE_NAME == 'rDrama' %}
|
2023-01-01 05:33:09 +00:00
|
|
|
{% include "fistmas/banner_rDrama.svg" %}
|
2022-12-25 02:25:11 +00:00
|
|
|
{% else %}
|
2023-01-01 05:33:09 +00:00
|
|
|
{% include "fistmas/banner.svg" %}
|
2022-12-25 02:25:11 +00:00
|
|
|
{% endif %}
|
2022-12-19 01:20:14 +00:00
|
|
|
{% endif %}
|
2022-11-30 21:10:20 +00:00
|
|
|
</a>
|