mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2024-12-15 07:31:17 +01:00
6 lines
139 B
HTML
6 lines
139 B
HTML
{% extends "sega.html" %}
|
|
{% block title %}Drivers{% endblock %}
|
|
{% block body %}
|
|
<h1>Drivers</h1>
|
|
{{ generate_toc()|safe }}
|
|
{% endblock %} |