templates/pages/education/index.html (7 lines of code) (raw):
{% set restyled="v2" %}
{% set og_image = url_for('asset', path='images/open-graph/education.png') %}
{% extends 'base.html' %}
{% block title %}Kotlin for Education{% endblock %}
{% block page_outer_content %}
{% ktl_component "teach" path=request.path countriesCount=countries_count universitiesCount=universities_count %}
{% endblock %}