url = "/dining" title ="Dining" layout = "default" altnavigation = true == first(); $this['dining'] = Post::where("slug", "dining-experiences")->first(); $this['posts'] = $posts->posts; $this['js'] = "assets/js/script.min.js"; } ?> == {% put styles %} {% endput %} {% put scripts %} {% endput %} {% put scripts_inline %} {% endput %} {% put additional_flying_elements %} {% endput %} {% put footer_pusher %} {% endput %} {% put modal %} {% endput %}

{{dining.title}}

{{dining.excerpt}}

{% for post in posts %} {% if post.categories[1].slug == "dining-restaurant" %}

{{post.title}}

{{str_words(post.restaurant_detail, 40)}}

View More
{% endif %} {% endfor %}