gitea-custom/templates/home.tmpl

26 lines
724 B
Cheetah

{{template "base/head" .}}
<div class="page-content home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide aligned column">
<div class="hero">
<h2 class="ui header title">
{{AppName}}
</h2>
<p>
Welcome to the Zeldon's Projects portal!
This is where all the codebases are coordinated and managed.
</p>
</div>
<div class="ui stackable twelve column mb-4">
<p>This portal hosts more than just the project sources, bug and patch tracker. Explore the other repositories!
</p>
</div>
{{template "components/card_repos" .}}
</div>
</div>
</div>
{{template "base/footer" .}}