{% extends "base.html" %}
{% block title %}Welcome to Flaskion{% endblock %}
{% block content %}
Flaskion is a lightweight and powerful MVC micro-framework built on Flask. Build scalable applications with ease.
Explore Flaskion {% endblock %}