A free and open source alternative ekşi sözlük front-end
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ozgursozluk/ozgursozluk/templates/debe.html

26 lines
845 B

{% extends "base.html" %}
{% block title %}debe - özgürsözlük{% endblock %}
{% block meta %}
<meta name="title" content="debe - özgürsözlük">
<meta name="description" content="{{ description }}">
{% endblock %}
{% block main %}
<nav>{% include "navigation.html" %}</nav>
<div class="topic">
<div class="info">
<div>
<p>debe - <a href="/">gündem</a></p>
</div>
<div></div>
</div>
<div class="entry_wrapper">
{% for entry in debe %}
<a class="entry" style="text-decoration: none;" href="{{ url_for('entry', id=entry.id) }}">
<div>
<div>{{ entry.title }}</div>
</div>
</a>
{% endfor %}
</div>
</div>
{% endblock %}