{% load static %} Hello

This is my first Django project!

{{ greetings|default:"Hello World!" }}

{% lorem 5 random %} {% now "SHORT_DATETIME_FORMAT" %} {% for product, price in products.items %} {% if forloop.first %}
{% elif not forloop.first %} {% else %} {% endif %}

{{ product }} - {{ price }}

{% if forloop.last %}
{% endif %} {% empty %}

There are no products :c

{% endfor %}

Hello World!