title = "Special Offers" url = "/offers" layout = "default" is_hidden = 0 == first(); $this['offeroverview'] = Post::where("slug", "static-special-offers")->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 %}

{{offeroverview.title}}

{{offeroverview.excerpt}}

{{offeroverview.content_html|raw}}

{% for post in posts %}

{{post.title}}

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

View Details

{% endfor %}