WhisperMaPhone/thoughts/templates/thoughts/index.gmi

13 lines
450 B
Plaintext

=> /about About
# Thoughts
{% for thought in thoughts %}{{ thought.text|safe }}
{% if thought.extended_text %}
{{ thought.extended_text|safe }}
{% endif %}{% if thought.media %}
=> gemini://thoughts.learnerpages.com{{ thought.media.url }}{% endif %}{% load tz %}
```
{% timezone thought.get_timezone %}{{ thought.posted|time:"g:i a" }} {{ thought.posted|date:"M d, Y" }}, UTC{{ thought.get_offset_hours }}{% endtimezone %}
```
▔▔▔
{% endfor %}