From cc9bc6b717d095f0252766e4d14bc3b78956201c Mon Sep 17 00:00:00 2001 From: Bottersnike Date: Tue, 25 Apr 2023 18:09:31 +0100 Subject: [PATCH] Lol --- kcf_gen.py | 1 - templates/pages/unlocks.html | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 templates/pages/unlocks.html 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