mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2025-01-07 09:01:34 +01:00
6 lines
141 B
HTML
6 lines
141 B
HTML
|
{% extends "sega.html" %}
|
||
|
{% block title %}Software{% endblock %}
|
||
|
{% block body %}
|
||
|
<h1>Software</h1>
|
||
|
{{ generate_toc()|safe }}
|
||
|
{% endblock %}
|