{% extends "_base.html" %} {% load static %} {% block title %}Pipe Fitting Guides and Articles | TUPY Blog{% endblock %} {% block meta %} {% endblock %} {% block content %}
Home Blog

TUPY Pipe Fittings Blog

News, products, standards, installation guides and events from TUPY and its Middle East agent.

{% if request.GET.category %} {% endif %}
{% for category in categories %} {{ category.name }} {% comment %} {% endcomment %} {% endfor %}
{% for blog in blogs %}
{{ blog.title }} {{ blog.category.name }}

{{ blog.title }}

{{ blog.excerpt }}

{{ blog.created_at|date:"j F Y" }}
Read more
{% endfor %}
{% if blogs.has_previous %} {% endif %} {% for num in blogs.paginator.page_range %} {% if blogs.number == num %} {{ num }} {% else %} {{ num }} {% endif %} {% endfor %} {% if blogs.has_next %} {% endif %}
{% endblock content %}