{% extends "index.html" %} {% load more_like_this %} {%block breadcrumb %} {%endblock%} {% block title %} {{ node.title }} {% endblock %} {% block additional_scripts_start %} {% endblock %} {% block content %}

{{ node.title }}

via:

{% if node.tags %}

tags: {% for t in node.tags.all %}{{t}}, {% endfor %}

{% endif %}
{{ node.content|safe }}
Tweets
Blogs
Likes
Shares
{{ node.tweets }}
{{ node.blogs }}
{{ node.likes }}
{{ node.shares }}
Plus1
Views
xxx
xxx
{{ node.plus1 }}
{{ node.pageviews }}
{% more_like_this node as related_content %} {% if related_content %}

related

{% endif %}
{% endblock %}