0.3.18 projects
This commit is contained in:
10
templates/blocks/b_projects.html
Normal file
10
templates/blocks/b_projects.html
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Title</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -24,6 +24,8 @@
|
|||||||
{% include 'blocks/b_functional_features.html' %}
|
{% include 'blocks/b_functional_features.html' %}
|
||||||
{% elif block.block_type == 'photo_n_text' %}
|
{% elif block.block_type == 'photo_n_text' %}
|
||||||
{% include 'blocks/b_presentation_aerBim.html' %}
|
{% include 'blocks/b_presentation_aerBim.html' %}
|
||||||
|
{% elif block.block_type == 'projects_block' %}
|
||||||
|
{% include 'blocks/b_projects.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user