url = "/error" title = "Error page (500)" meta_description = "Live demo of the DronePhotography theme for October CMS." == {% set name = this.theme.site_name|url_encode %} {% set icon_192 = ((this.theme.icons_icon_png|length)?this.theme.icons_icon_png|resize(192):'assets/demo/icon-192.png'|theme)|url_encode %} {% set icon_512 = ((this.theme.icons_icon_png|length)?this.theme.icons_icon_png.path:'assets/demo/icon-512.png'|theme)|url_encode %} {% set data_url = 'data:application/manifest+json,'~'{"name":"'|url_encode~name~'","short_name":"'|url_encode~name~'","icons":[{"src":"'|url_encode~icon_192~'","type":"image/png","sizes":"192x192"},{"src":"'|url_encode~icon_512~'","type":"image/png","sizes":"512x512"}]}'|url_encode %}
{# ESSENTIAL #}