2022-03-30 10:42:47 +02:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 19:56:10 -03:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository packages">
|
2022-03-30 10:42:47 +02:00
|
|
|
{{template "repo/header" .}}
|
2023-07-07 00:29:24 +05:30
|
|
|
<div class="ui container">
|
2022-03-30 10:42:47 +02:00
|
|
|
{{template "package/shared/list" .}}
|
2023-07-07 00:29:24 +05:30
|
|
|
</div>
|
2022-03-30 10:42:47 +02:00
|
|
|
</div>
|
|
|
|
|
{{template "base/footer" .}}
|