0.4.0 projects

This commit is contained in:
SDE
2023-12-10 17:10:16 +03:00
parent c826f91145
commit ded9389d05
3 changed files with 19 additions and 10 deletions

View File

@@ -1,10 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>
<div>
{% for project in page.get_projects %}
<div>
{{ project.name }}
{{ project.description|safe|linebreaksbr }}
<img src="{{ MEDIA_URL }}{{ project.picture }}" alt="{{ project.name }}" />
</div>
{% endfor %}
</div>