{% extends 'home/base/base.html' %} {% block title %} {{post.title }} | MultiBlogs {% endblock %} {% block body %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}

{{post.catagories}}

{{ post.title }}

Analysts told CNBC that the currency could hit anywhere between $1.35-$1.40 if the deal gets passed through the U.K. parliament.

{% if p.author.author_image %} {% else %} {% endif %} {{ post.author.author.username }} {{post.created_at | timesince }} ago ; {{post.visit_count }} views
Share this

{{ post.detail }}

Become a member
Get the latest news right in your inbox. We never spam!
{% csrf_token %}
{% csrf_token %}

{% for p in post.comments.all reversed %} {% if forloop.counter|divisibleby:2 %}

{{ p.name }} at {{ p.created_at }}

{{ p.body }}

{% else %}

{{ p.name }} at {{ p.created_at }}

{{ p.body }}

{% endif %} {% endfor %}
Read next

{{ first.title}}

{{first.detail|truncatechars:150}}

{% if p.author.author_image %} {% else %} {% endif %} {{first.author.author.username}} {{ first.created_at | timesince }} ago . {{first.visit_count}} views
{% for p in last %}

{{p.title}}

{% if p.author.author_image %} {% else %} {% endif %} {{ p.author.author.username }} in {{p.catagories }}
{{ p.created_at | timesince }} ago . {{p.visit_count}} views
{% endfor %}
{% endblock %}