templates/blog/about.html.twig line 1

Open in your IDE?
  1. <div class="section about">
  2.     <div class="well well-lg">
  3.         <p>
  4.             {{ 'help.app_description'|trans|raw }}
  5.         </p>
  6.         <p>
  7.             {{ 'help.more_information'|trans|raw }}
  8.         </p>
  9.     </div>
  10. </div>
  11. {# it's not mandatory to set the timezone in localizeddate(). This is done to
  12.    avoid errors when the 'intl' PHP extension is not available and the application
  13.    is forced to use the limited "intl polyfill", which only supports UTC and GMT #}
  14. <!-- Fragment rendered on {{ 'now'|format_datetime('long', 'long', '', 'UTC') }} -->