avaaren

Untitled

Feb 27th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {% extends 'landing/base.html' %}
  2. {% load static %}
  3.  
  4. {% block title %}Main page{% endblock %}
  5.  
  6. {% block content %}
  7. {% for news in news_list %}
  8. <a href="{{ news[0] }}">{{ news[1] }}</a>
  9. {% endfor %}
  10. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment