{% extends "templates/lilcity/index.html" %} {% load static %} {% block title %}{{ lesson.title }} - {{ block.super }}{% endblock title %} {% block ogimage %}http://{{request.META.HTTP_HOST}}{% if lesson.course.cover %}{{ lesson.course.cover.image.url }}{% else %}{% static 'img/og_courses.jpg' %}{% endif %}{% endblock ogimage %} {% block content %}