about.html 122 B

1234567
  1. {% extends "_base.html"%}
  2. {% set about_selected = True %}
  3. {% block main %}
  4. {{ "About Alejandro" | lang }}
  5. {% endblock %}