Ascribe

The Project Template

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_group
Returns the project group (if any) that was used to access this project. The project group is represented by a project_group variable.
project
A project variable representing the current project.
company
Returns a company variable for your company.

Additionally, within the project layout, there is a special liquid tag available.

project_marks
Returns a collection of all the marks on a project, pulling in the relevant javascript and css to display the marks. Within the tag, the display_mark variable outputs each individual mark.
For example:
<ul>
  {% project_marks %}
  <li>{{ display_mark }}</li>
  {% endproject_marks %}
</ul>
will display an unordered list wherein each list item wraps the mark.