{% load i18n %} {% comment %} This is the base template: - a kapt-catalog specific version exists in `catalog/partials/social_share.html` - a django-cms specific version exists in `cms/partials/social_share.html` To use this template, add the following lines in your template: {% trans "my custom text" as TWITTER_TEXT %} {% trans "my custom text" as LINKEDIN_TEXT %} {% trans "my custom text" as EMAIL_SUBJECT %} {% include "kapt_templates/partials/social_share.html" with twitter_text=TWITTER_TEXT linkedin_text=LINKEDIN_TEXT email_subject=EMAIL_SUBJECT %} ``` {% endcomment %}