diff --git a/kcf_gen.py b/kcf_gen.py index eb75f6d..f366973 100644 --- a/kcf_gen.py +++ b/kcf_gen.py @@ -388,7 +388,6 @@ def gen_file_ring(path: str, platform: str, appdata: list[AppDataRing]): print("", file=kcf_html) - def main(): appdata_ring: list[AppDataRing] = [] appdata_nu: list[AppDataNu] = [] diff --git a/templates/pages/unlocks.html b/templates/pages/unlocks.html new file mode 100644 index 0000000..4d810b4 --- /dev/null +++ b/templates/pages/unlocks.html @@ -0,0 +1,6 @@ +{% extends "konami.html" %} +{% block title %}Unlocking unreleased content in Sound Voltex{% endblock %} +{% block body %} +

Unlocking unreleased content in Sound Voltex

+

The first thing you'll need to do is

+{% endblock %} \ No newline at end of file