main.html 261 B

123456789101112131415161718
  1. {% extends "base.html" %}
  2. {% block title%}Main{%endblock%}
  3. {%block content%}
  4. <div class="readme">
  5. <h1>BepInEx Bleeding Edge</h1>
  6. <p>
  7. This is the Bleeding Edge build of BepInEx.
  8. </p>
  9. <p>
  10. Blah blah
  11. </p>
  12. </div>
  13. {%endblock%}