12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
@page "/library/templates"
|
|
|
|
<NavLink class="button-secondary" href="/library/" style="align-self: flex-start;">
|
|
<img src="res/icons/outline/arrows/arrow-left.svg" class="button-icon" />
|
|
Back to Library
|
|
</NavLink>
|
|
|
|
<h1 class="page-title">Templates</h1>
|
|
|
|
@code {
|
|
|
|
} |