1234567891011121314151617 |
- {% extends "_base.html"%}
- {% set about_selected = True %}
- {% block main %}
- <style>
- :root {
- --columns: 1;
- }
- </style>
- <figure>
- <svg width="3px" height="1px" style="background-color: gray"></svg>
- </figure>
- <address>
- <!-- contact information HERE -->
- </address>
- {% endblock %}
|