khguide/templates/pages/kh1/synth.html

16 lines
399 B
HTML
Raw Permalink Normal View History

2025-06-29 14:03:58 +03:00
{% extends "layouts/base.html" %}
{% block title %}KH1FM - Sythensis{% endblock %}
2025-06-29 14:03:58 +03:00
{% block head %}
<link rel="stylesheet" href="{{ crate::find_hash("/public/styles/common/synth.css") }}"></link>
2025-06-29 14:03:58 +03:00
<script
type="module"
src="{{ crate::find_hash("/public/scripts/common/synth.js") }}"
2025-06-29 14:03:58 +03:00
></script>
{% endblock %}
{% block content %}
{% include "components/common/synth.html" %}
2025-06-29 14:03:58 +03:00
{% endblock %}