docs/templates/pages/sega/hardware/index.html

6 lines
141 B
HTML

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