{% extends '@SyliusShop/layout.html.twig' %} {% set published = (page.publishAt is not null and page.publishAt|date("Y-m-d H:i:s") < "now"|date("Y-m-d H:i:s") or page.publishAt is null) %} {%- block title -%} {% if page.title is not empty and published == true %} {{ page.title }} {% else %} {{ parent() }} {% endif %} {%- endblock -%} {% block metatags %} {% if published == true %} {% if page.metaKeywords is not empty %} {% endif %} {% if page.metaDescription is not empty %} {% endif %} {% endif %} {% endblock %} {% block content %} {% if published == true %}