{% extends 'Layout/tutorial_layout.html' %}
{% load core_tags %}
{% load wagtailimages_tags %}
{% block content %}
{{page.customTitle|safe}}
{{page.customTitle|safe}}
{{page.customTitle|safe}}
Table of
content
{{page.owner}}
|
{% endif %}
{{page.first_published_at|date:"d M,Y"}}
|
{{page.readTime}} min
|
{% if not user.is_authenticated %}
{% else %}
{% if not is_bookmarked %}
{% else %}
{% endif %}
{% endif %}
{{page.owner}}
|
{% endif %}
{{page.first_published_at|date:"d M,Y"}}
|
{{page.readTime}} minutes
{% if page.tutorial_social.all %}
|
Table of
content
{% for block in page.body %}
{% if block.block_type == 'section' %}
{% for content in block.value.content %}
{% if content.block_type == 'heading' %}
Related
Products
{% for rp in page.news_products.all %}
{{rp.product.title}}
{% endif %}
{% for hl in page.highlights %}
{% if hl.block_type == 'title' %}
{{hl.value.title}}
{% elif hl.block_type == 'list' %}
{% for item in hl.value %}