docs/templates/sega.html

11 lines
314 B
HTML

{% extends "base.html" %}
{% block roottitle %}RingEdge 2{% endblock %}
{% block rootbody %}
<table class="nav">
<tr>
<td><a href="{{ROOT}}/sega/">Contents</a></td>
<td><a href="{{ROOT}}/sega/network/allnet.html">ALL.Net</a></td>
</tr>
</table>
{% block body %}{% endblock %}
{% endblock %}