docs/templates/pages/sega/software/drivers/index.html

6 lines
139 B
HTML
Raw Normal View History

2022-04-11 18:27:15 +00:00
{% extends "sega.html" %}
{% block title %}Drivers{% endblock %}
{% block body %}
<h1>Drivers</h1>
{{ generate_toc()|safe }}
{% endblock %}