{% extends "tutorial_layout.html" %} {% block title %}{% endblock %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}

{{page.title}}

Posted on: {{page.first_published_at|date:"d M Y"}} Updated on: {{page.last_published_at|date:"d M Y"}} Written by: {{page.owner}}
{% for block in page.body %}
{% if block.block_type == 'section' %} {% include 'Components/WebPageBlocks/sectionBlock.html' %} {% elif block.block_type == 'row' %} {% include 'Components/WebPageBlocks/rowBlock.html' %} {% else %}

{{block.block_type}}

{% endif %}
{% endfor %}
{% endblock content %}