spring-petclinic/_includes/project_group_page.html
2013-09-09 01:41:47 -07:00

11 lines
295 B
HTML

{% capture content %}
{% include billboard.html %}
<div class="project-body--wrapper">
<div class="project-body--container">
<div class="projects--wrapper project-aggregator">
{{ main_content | markdownify }}
</div>
</div>
</div>
{% endcapture %}
{% include page.html %}