about-and-contact.html 280 B

1234567891011121314151617
  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. <address>
  13. <!-- contact information HERE -->
  14. </address>
  15. {% endblock %}