Artur Galyamov
2 years ago
5 changed files with 50 additions and 6 deletions
@ -1 +1,11 @@
|
||||
<h1>Competences</h1> |
||||
{{template "base/head" .}} |
||||
<div class="page-content repository"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<h1>{{.i18n.Tr "repo.competences"}}</h1> |
||||
<div> |
||||
{{$.RenderedCompetences | Str2html}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1 +1,11 @@
|
||||
<h1>Resources</h1> |
||||
{{template "base/head" .}} |
||||
<div class="page-content repository"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<h1>{{.i18n.Tr "repo.resources"}}</h1> |
||||
<div> |
||||
{{$.RenderedResources | Str2html}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
Loading…
Reference in new issue