mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 05:13:33 +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 %}
|