{% extends "base.html" %} {% block content %} Orgone Limited {{ blog.title }} {{ blog.author }} {{ blog.timestamp}} {{ blog.content|linebreaks }} Other Posts {% for random_blog in random_blogs %} {% if random_blog == blog %} No Posts {% else %} {{ blog.title }}31/12 {% endif %} {% endfor %} {% endblock content %}
{{ blog.content|linebreaks }}