0.3.18 projects

This commit is contained in:
SDE
2023-12-10 16:38:27 +03:00
parent 363e15a4db
commit c826f91145
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>

View File

@@ -24,6 +24,8 @@
{% include 'blocks/b_functional_features.html' %}
{% elif block.block_type == 'photo_n_text' %}
{% include 'blocks/b_presentation_aerBim.html' %}
{% elif block.block_type == 'projects_block' %}
{% include 'blocks/b_projects.html' %}
{% endif %}
{% endfor %}