vin_paste

Untitled

Jan 16th, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.76 KB | None | 0 0
  1. Html:
  2. <div class="col-md-9">
  3.                                 <div class="blog_post">
  4.                                     <img src="{{ sport.featured_image.url }}" alt="">
  5.                                     <div class="blog_details">
  6.                                         <a href="{% url 'sports_details' sport.slug %}">
  7.                                             <h2>{{ sport.title }}</h2>
  8.                                         </a>
  9.                                         <p>{{ blogs.content|truncatewords:30|safe }}</p>
  10.                                         <a href="{% url 'sports_details' sport.slug %}" class="blog_btn">View More</a>
  11.                                     </div>
  12.                                 </div>
  13.                             </div>
Advertisement
Add Comment
Please, Sign In to add comment