6 lines
233 B
HTML
6 lines
233 B
HTML
|
{% extends "konami.html" %}
|
||
|
{% block title %}Unlocking unreleased content in Sound Voltex{% endblock %}
|
||
|
{% block body %}
|
||
|
<h1>Unlocking unreleased content in Sound Voltex</h1>
|
||
|
<p>The first thing you'll need to do is</p>
|
||
|
{% endblock %}
|