{% extends 'base1.html' %} {% load static %} {% block content %}

Openning Hours

Mon - Fri: 10.00am to 05.00pm Sat: 12.00pm to 03.00 pm Sunday Closed

Here, I focus on a range of items and features that we use in life Here, I focus on a range of items and features that we use in life Here, I focus on a range of items and features.that we use in life

Ongoing Exhibitions

Mon - Fri: 10.00am to 05.00pm Sat: 12.00pm to 03.00 pm Sunday Closed

Here, I focus on a range of items and features that we use in life Here, I focus on a range of items and features that we use in life Here, I focus on a range of items and features.that we use in life

Openning Events

Mon - Fri: 10.00am to 05.00pm Sat: 12.00pm to 03.00 pm Sunday Closed

Here, I focus on a range of items and features that we use in life Here, I focus on a range of items and features that we use in life Here, I focus on a range of items and features.that we use in life

{% for i in artproducts1 %}

{{i.title}} by ({{i.artist.name}})

{{i.description|slice:":300"}}

{{i.created_at}}

{% endfor %}
{% endblock %}