{% if page.title %}
{{ page.title }}
{% else %}
{{ layout.title }}
{% endif %}
{% if layout.css !=null %}
{% endif %} {% if page.css !=null %}
{% endif %}
{{ content }}