Deprecated: Constant E_STRICT is deprecated in /www/hosting/iocbtech.cz/www/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /www/hosting/iocbtech.cz/www/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/pages/tmpl.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
    
    {% block meta %}
    {% if not page.meta is empty %}
    <meta name="description" content="{{ page.meta }}">
    {% else %}
    {{ parent() }}
    {% endif %}
    {% if not page.metaimage is empty %}
    <meta name="image" property="og:image" content="{{ absolute_url(asset( page.metaimage)  | imagine_filter('og_image')) }}">
    {% endif %}
    <!--META -->
    {% endblock meta %}
    
    {% block body %}
    
    
    {% endblock %}