{% extends "layout.html" -%}
{% set active_page = "stats" -%}
{% block content %}
<h1>Stats bruh</h1>
<p>TOP 4</p>
{% endblock %}