This template determines how each individual project looks. You can customize how the project photos are displayed, move the description around, or highlight a specific project detail.
When you are working with the project layout, the following variables are available:
current_project_groupprojectcompanyAdditionally, within the project layout, there is a special liquid tag available.
project_marks<ul>
{% project_marks %}
<li>{{ display_mark }}</li>
{% endproject_marks %}
</ul>
will display an unordered list wherein each list item wraps the mark.