mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2024-12-13 06:51:12 +01:00
6 lines
141 B
HTML
6 lines
141 B
HTML
|
{% extends "sega.html" %}
|
||
|
{% block title %}Hardware{% endblock %}
|
||
|
{% block body %}
|
||
|
<h1>Hardware</h1>
|
||
|
{{ generate_toc()|safe }}
|
||
|
{% endblock %}
|