Welcome, {{ user.username }} to the ICT Page
{% if user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
List of ICT Items
{% for item in items %}
{{ item }}
{% endfor %}