15 lines
365 B
HTML
15 lines
365 B
HTML
{% extends "layouts/base.html" %}
|
|
|
|
{% block title %}KH3 - Ingredients{% endblock %}
|
|
|
|
{% block head %}
|
|
<link rel="stylesheet" href="{{ crate::find_hash("/public/styles/common/ingredients.css") }}"></link>
|
|
<script
|
|
type="module"
|
|
src="{{ crate::find_hash("/public/scripts/common/ingredients.js") }}"
|
|
></script>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% endblock %}
|