mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2024-12-14 15:12:52 +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 %} |