{% extends "base.html" %} {% block title %}{{ page.title }} ยท myboker.org{% endblock %} {% block meta_description %}{{ page.meta }}{% endblock %} {% block meta_keywords %}{{ page.keywords }}{% endblock %} {% block structured_data %} {% endblock %} {% block content %}

{{ page.eyebrow }}

{{ page.h1 }}

{{ page.intro }}

{% if is_logged_in %} Open my leagues {% else %} {{ page.primary_cta }} View homepage {% endif %}
{% for section in page.sections %}

{{ section.heading }}

{{ section.body }}

{% endfor %}

In practice

What your group can track

Questions

Common questions

{% for question, answer in page.faqs %}
{{ question }}

{{ answer }}

{% endfor %}
{% endblock %}