15 lines
265 B
HTML
15 lines
265 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="project-header">
|
|
<div class="breadcrumb-wrapper">
|
|
<a href="/notes">All technotes</a>
|
|
<p>//</p>
|
|
<p>{{ page.date | date: "%Y.%m.%d" }}</p>
|
|
</div>
|
|
<h1>{{ page.title }}</h1>
|
|
</div>
|
|
|
|
{{ content }}
|