{% if extra_css %} {% endif %}

🫐artberry🫐

{% block content %} {% if content_type == 'art' or content_type == 'video' or content_type == 'comic' %}

{{ content.title }}

{% if content_type == 'art' %} {{ content.title }} {% elif content_type == 'video' %} {% elif content_type == 'comic' %}
{% for page in content.pages %} Comic Page {{ loop.index }} {% endfor %}
{% endif %}

Uploaded by: {{ content.username }}

Description: {{ content.description }}

Votes: {{ content.cookie_votes }} 🍪

{% if current_user.is_authenticated %}
{% else %}

You need to log in to vote.

{% endif %}
{% else %}

Unknown content type.

{% endif %}

Comments

{% if comments %} {% else %}

No comments yet. Be the first to comment!

{% endif %} {% if current_user.is_authenticated %}
{% else %}

You need to log in to comment.

{% endif %}
{% endblock %}
{% if pagination %} {% endif %}