芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/fmd/views/not-found.twig
{# /* * Spring Signage Ltd - http://www.springsignage.com * Copyright (C) 2015 Spring Signage Ltd * (${FILE_NAME}) */ #} {% extends "non-authed.twig" %} {% block pageContent %}
{% trans "Page not found" %}
{% trans "Sorry we could not find that page. Please check your URL or press back in your browser" %}
{{ flash.globalError }} {{ flash.message }}
{% endblock %}