{{ post.category.first }}
35 | {{ post.title }} 36 |{{ post.created_at }}
38 |
20 |
|
69 |
6 | 7 |
8 | 9 | {{ block.super }} 10 | {% endblock %} -------------------------------------------------------------------------------- /templates/apps/about.html: -------------------------------------------------------------------------------- 1 | {% extends 'apps/parts/base.html' %} 2 | {% block title %} 3 | About 4 | {% endblock title %} 5 | 6 | {% block content %}{% load static %} 7 | 8 |This template makes create a blogs in a modern layout 32 | to break up the ample white space. The result: a clean and 33 | enjoyable reading experience. The top of the page puts the 34 | brand story (or other introductory text) first, supported by 35 | a large blog that speaks for itself. The pops of blog can be 36 | customized to your inform people, drawing emphasis to the most important 37 | elements you want to highlight.
38 |
20 |
|
69 |
{{ blog.created_at|date:"d M ,Y" }} {{ blog.created_at|time:"H:i" }}
40 |{{ blog.description|striptags|truncatechars:150 }}
46 |At the bottom of the Contact Us page, there is an area where 18 | visitors can browse through Zendesk product support options and review Zendesk office 19 | locations. It's clear that the company took the time to build this page with its buyer 20 | personas in mind. It considered what users might be looking for on the contact page and 21 | added those items as additional resources.
22 |{{ info.location }}
25 |{{ info.phone }}
28 |{{ info.email }}
31 |{{ post.title|safe }}
51 |
{{ blog.comment_count }}
43 |