about-and-contact.html 225 B

1234567891011121314
  1. {% extends "_base.html"%}
  2. {% set about_selected = True %}
  3. {% block main %}
  4. <style>
  5. :root {
  6. --columns: 1;
  7. }
  8. </style>
  9. <figure>
  10. <svg width="3px" height="1px" style="background-color: gray"></svg>
  11. </figure>
  12. {% endblock %}