title = "Experiences" url = "/experiences" layout = "default" is_hidden = 0 == first(); $this['experience'] = Post::where("slug", "static-excurtions")->first(); $this['posts'] = $posts->posts; $this['js'] = "assets/js/facilities.min.js"; } ?> == {% put styles %} {% endput %} {% put scripts %} {% endput %} {% put scripts_inline %} {% endput %} {% put additional_flying_elements %} {% endput %} {% put footer_pusher %} {% endput %} {% put modal %} {% endput %}

{{experience.title}}

{{experience.excerpt}}

{% for post in posts %}

{{post.title}} | {{post.excerpt}}

{{post.content_html|raw}}
{% endfor %}