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.excerpt}}
{{experience.title}}
{{post.title}} | {{post.excerpt}}