{% extends "templates/lilcity/index.html" %} {% load static %} {% load data_liked from data_liked %} {% load rupluralize from plural %} {% block title %}{{ course.title }} - {{ block.super }}{% endblock title %} {% comment %} seo tags {% endcomment %} {% block description %}{{ course.short_description | striptags }}{% 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 %} {% block ogimage %} http://{{request.META.HTTP_HOST}}{% if course.cover and course.cover.image %}{{ course.cover.image.url }}{% else %}{% static 'img/og_courses.jpg' %}{% endif %} {% endblock ogimage %} {% block ogimage-width %} {% if course.cover and course.cover.image %}{{ course.cover.image.width }}{% else %}1024{% endif %} {% endblock ogimage-width %} {% block ogimage-height %} {% if course.cover and course.cover.image %}{{ course.cover.image.height }}{% else %}512{% endif %} {% endblock ogimage-height %} {% block ogdescription %}{{ course.short_description | striptags }}{% endblock ogdescription %} {% block content %}