|
|
|
|
@ -2,6 +2,13 @@ |
|
|
|
|
{% load static %} |
|
|
|
|
{% block title %}{{ livelesson.title }} - {{ block.super }}{% endblock title %} |
|
|
|
|
|
|
|
|
|
{% block twurl %}{{ request.build_absolute_uri }}{% endblock twurl %} |
|
|
|
|
{% block ogtitle %}{{ livelesson.title }} - {{ block.super }}{% endblock ogtitle %} |
|
|
|
|
{% block ogurl %}{{ request.build_absolute_uri }}{% endblock ogurl %} |
|
|
|
|
{% if livelesson.cover and livelesson.cover.image %} |
|
|
|
|
{% block ogimage %}http://{{request.META.HTTP_HOST}}{{ livelesson.cover.image.url }}{% endblock ogimage %} |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% block content %} |
|
|
|
|
<div class="section" style="margin-bottom:0;padding-bottom:0"> |
|
|
|
|
<div class="section__center center center_sm"> |
|
|
|
|
|