docs/templates/pages/sega/index.html

11 lines
386 B
HTML
Raw Normal View History

2022-04-11 18:27:15 +00:00
{% extends "sega.html" %}
{% block title %}{% endblock %}
2022-03-31 15:44:05 +00:00
{% block body %}
2022-04-11 18:27:15 +00:00
<h1>RingEdge 2</h1>
<p>Welcome to the sub-site for RingEdge 2 games. What started as a simple desire to start games outside of dev mode
turned into an incredibly deep dive into the inner workings of the RE2 software. Enjoy.</p>
2022-03-31 15:44:05 +00:00
2022-04-11 18:27:15 +00:00
<h2 id="toc">Table of Contents</h2>
2022-03-31 15:44:05 +00:00
2022-04-11 18:27:15 +00:00
{{ generate_toc(0)|safe }}
2022-03-31 15:44:05 +00:00
{% endblock %}