{{ post.body | safe }}
{% extends 'blog/partials/base.html' %} {% block content %} {% load static %} {% load tz %} {% load sha256 %}
Spectacles
{% comment %}
{% for tag in post.tags.all %} {{ tag.name }} {% endfor %}
Subscribe to my RSS feed to get the latest updates from this weblog. Copy and paste the following link into your favorite RSS reader:
https://shi.foo/rss/
{{ read_next.excerpt | safe }}
{% else %}
{% endif %}
|
{% if comment.user %}{{ comment.user.username }}{% else %}{{ comment.anonymous_user.name }}{% endif %} on {{ comment.created_at | date:"M d, Y" }}
{% if comment.edited %}
(Edited)
{% endif %}
{% if comment.user == user %}
Edit
Delete
{% endif %}
{% if comment.anonymous_user.name and comment.anonymous_user.email and comment.anonymous_user.token and comment.anonymous_user.token == request.COOKIES.anonymous_token|sha256 %}
Edit
Delete
{% endif %}
{{ comment.processed_body|safe }}
{% if comment.user == user %}
{% endif %}
{% if comment.anonymous_user.name and comment.anonymous_user.email and comment.anonymous_user.token and comment.anonymous_user.token == request.COOKIES.anonymous_token|sha256 %}
{% endif %}
|
Sadly, there are no comments yet. Be the first to leave one!
Your comment was not allowed as it was marked as possible spam. If you think this is a mistake, please contact me at webmaster@thatcomputerscientist.com.
{% endif %} {% endfor %} {% endif %}Your comment was not allowed as it was marked as possible spam. If you think this is a mistake, please contact me at webmaster@thatcomputerscientist.com.
{% endif %} {% endfor %} {% endif %}You must be logged in to leave a comment. Or, you can leave an anonymous comment.