{% extends "base.html" %} {% block title %}About - Blog{% endblock %} {% block meta_description %}A modern blog built with FastAPI and DDD architecture.{% endblock %} {% block content %}

A modern blog built with FastAPI and Domain-Driven Design architecture.

{% if user %} Signed in as {{ user.username }}. {% else %} You are browsing as a guest. {% endif %}

{% endblock %}