11 lines
386 B
HTML
11 lines
386 B
HTML
{% extends "sega.html" %}
|
|
{% block title %}{% endblock %}
|
|
{% block body %}
|
|
<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>
|
|
|
|
<h2 id="toc">Table of Contents</h2>
|
|
|
|
{{ generate_toc(0)|safe }}
|
|
{% endblock %} |