mirror of
https://github.com/cuigh/swirl
synced 2025-01-07 11:31:34 +00:00
31 lines
703 B
Go
31 lines
703 B
Go
{{ extends "../../_layouts/default" }}
|
|
|
|
{{ block body() }}
|
|
<section class="hero is-info">
|
|
<div class="hero-body">
|
|
<div class="container has-text-centered">
|
|
<h1 class="title is-2">
|
|
SERVICE TEMPLATE
|
|
</h1>
|
|
<h2 class="subtitle is-5">
|
|
Manage service templates.
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
<div class="hero-foot">
|
|
<div class="container">
|
|
<nav class="tabs is-boxed">
|
|
<ul>
|
|
<li>
|
|
<a href="/service/">Services</a>
|
|
</li>
|
|
<li class="is-active">
|
|
<a href="/service/template/">Templates</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{ yield body_content() }}
|
|
{{ end }} |