{% extends "base.html" %} {% block content %} <h1 class="title">Server Rules</h1> <div class="content"> <ol> <li>Be respectful to other players.</li> <li>No griefing or stealing.</li> <li>No hacking or cheating.</li> <li>Have fun!</li> </ol> </div> {% endblock %}