docs/templates/pages/sega/hardware/index.html
2022-04-11 19:27:15 +01:00

6 lines
141 B
HTML

{% extends "sega.html" %}
{% block title %}Hardware{% endblock %}
{% block body %}
<h1>Hardware</h1>
{{ generate_toc()|safe }}
{% endblock %}