Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% extends 'landing/base.html' %}
- {% load static %}
- {% block title %}Main page{% endblock %}
- {% block content %}
- {% for news in news_list %}
- <a href="{{ news[0] }}">{{ news[1] }}</a>
- {% endfor %}
- {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment