{% extends "base.html" %} {% block title %}Explore States - VacationWeb{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Malaysian States

Choose a state to begin your adventure

{% for state in states %}
{{ state.state_name }}

{{ state.state_name }}

Discover the unique culture and landmarks of {{ state.state_name }}.

Explore State
{% endfor %}
{% endblock %}