home.html 714 B

12345678910111213141516171819202122232425
  1. {% extends "/html/base.html" %}
  2. {% block content %}
  3. <h1>{{ post.contact.name }}</h1>
  4. <p>Welcome to {{post.contact.first-name}}'s official public profile.</p>
  5. <hr>
  6. <p>Take at least once daily:</p>
  7. <iframe width="560" height="315" src="{{ post.tao-yt-uri }}" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
  8. <p>Contact: {{post.contact.email}} or {{post.contact.phone-number}}.</p>
  9. <p>I prefer to meet up; Facetime is next best; email is next best; texting for quick messages is aiight.</p>
  10. <p><small>If I "unfriended" you on Facebook it's because I'm closing it down!</small></p>
  11. <p>Hosted in a <a href="https://tinydatacenter.com">Tiny DataCenter</a></p>
  12. {% endblock %}