mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-20 07:59:00 +00:00
12 lines
295 B
HTML
12 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 %}
|