mirror of
https://github.com/USCiLab/cereal.git
synced 2025-07-20 18:52:00 +02:00
11 lines
144 B
HTML
11 lines
144 B
HTML
---
|
|
layout: default
|
|
title: About
|
|
---
|
|
|
|
{% capture about %}
|
|
{% include about.markdown %}
|
|
{% endcapture %}
|
|
{{ about | unindent | markdownify }}
|
|
|