url = "/weddings/venues"
title ="Weddings Venues"
layout = "default"
altnavigation = true
==
first();
$this['posts'] = $posts->posts;
$menus = Category::where("slug", "wedding")->first();
$this['menus'] = $menus->posts;
$this['js'] = "assets/js/script.min.js";
$this['js'] = "assets/js/weddings.min.js";
}
?>
==
{% put styles %}
{% endput %}
{% put scripts %}
{% endput %}
{% put scripts_inline %}
{% endput %}
{% put additional_flying_elements %}
{% endput %}
{% put footer_pusher %}
{% endput %}
{% put modal %}
{% endput %}
Our Wedding Venues
{% for post in posts %}
{% endfor %}
-
{% for menu in menus %}
{% if menu.categories[1].slug == "wedding-venue" %}
- {{menu.title}}
{% endif %}
{% endfor %}
-
{% for menu in menus %}
{% if menu.categories[1].slug == "wedding-package" %}
- {{menu.title}}
{% endif %}
{% endfor %}