init
This commit is contained in:
commit
78c3dc9737
36 changed files with 1126 additions and 0 deletions
17
theme/templates/index.mu
Normal file
17
theme/templates/index.mu
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{% extends "base.mu" %}
|
||||
{% block content %}
|
||||
{% block content_title %}
|
||||
{% endblock %}
|
||||
|
||||
{% for article in articles %}
|
||||
|
||||
+[{{ article.locale_date }}]
|
||||
>>>>`[`!{{ article.title }}`!`/{{ article.url }}]
|
||||
>>>>{{ article.summary }}
|
||||
|
||||
-
|
||||
|
||||
{% endfor %}
|
||||
|
||||
{% include 'pagination.mu' %}
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue