{% set page_title = 'Blank Page' %} {% set header_image = 'assets/images/light/banner-broken-age.jpg' %} {% set header_size = 'full' %} {% set header_text = '




Pre-Order
' %} {% set custom_script = " $(\".countdown\").each(function() { var tz = $(this).attr('data-timezone'); var end = $(this).attr('data-end'); end = moment.tz(end, tz).toDate(); $(this).countdown(end, function(event) { $(this).html( event.strftime([ '
', 'Days', '%D', '
', '
', 'Hours', '%H', '
', '
', 'Minutes', '%M', '
', '
', 'Seconds', '%S', '
' ].join('')) ); }); }); " %} {% extends 'layouts/layout-light.html' %}