|
|
|
|
@ -3,7 +3,16 @@ |
|
|
|
|
{% load data_liked from data_liked %} |
|
|
|
|
{% load rupluralize from plural %} |
|
|
|
|
{% block title %}{{ course.title }} - {{ block.super }}{% endblock title %} |
|
|
|
|
{% block description %}{{ course.title }} - {{ block.super }}{% endblock description%} |
|
|
|
|
{% comment %} seo tags {% endcomment %} |
|
|
|
|
{% block description %}{{ course.short_description }}{% endblock description%} |
|
|
|
|
{% block twurl %}{{ request.build_absolute_uri }}{% endblock twurl %} |
|
|
|
|
{% block ogtitle %}{{ course.title }} - {{ block.super }}{% endblock ogtitle %} |
|
|
|
|
{% block ogurl %}{{ request.build_absolute_uri }}{% endblock ogurl %} |
|
|
|
|
{% if course.cover %} |
|
|
|
|
{% block ogimage %}{{ request.build_absolute_uri }}{{ course.cover.url }}{% endblock ogimage %} |
|
|
|
|
{% endif %} |
|
|
|
|
{% block ogdescription %}{{ course.short_description }}{% endblock ogdescription %} |
|
|
|
|
|
|
|
|
|
{% block content %} |
|
|
|
|
<div class="section section_border"> |
|
|
|
|
<div class="section__center center center_sm"> |
|
|
|
|
|