mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
14 lines
250 B
HTML
14 lines
250 B
HTML
---
|
|
layout: dsiware
|
|
---
|
|
|
|
<div class="text-center pt-3">
|
|
<h1>{{ page.title }}</h1>
|
|
<h3>Review published {{ page.date | date: "%Y-%m-%d" }}</h3>
|
|
<p><a href=/dsi.html><- Back</a></p>
|
|
</div>
|
|
<div class="container">
|
|
<hr>
|
|
{{ content }}
|
|
</div>
|