picker getting closer....
This commit is contained in:
parent
023f1651f8
commit
537b430224
20 changed files with 179 additions and 100 deletions
|
@ -1,28 +0,0 @@
|
|||
<style>
|
||||
.container {
|
||||
margin: 3rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<div>
|
||||
<h1>Multi</h1>
|
||||
{{ range $_, $r := .Category1 }} {{ template "components/role" $r }} {{ end
|
||||
}}
|
||||
</div>
|
||||
<div>
|
||||
<h1>Single</h1>
|
||||
{{ range $_, $r := .Category2 }} {{ template "components/role" $r }} {{ end
|
||||
}}
|
||||
</div>
|
||||
<div>
|
||||
<h1>Bad</h1>
|
||||
{{ range $_, $r := .Category3 }} {{ template "components/role" $r }} {{ end
|
||||
}}
|
||||
</div>
|
||||
<div>
|
||||
<h1>Hmm</h1>
|
||||
{{ range $_, $r := .Category4 }} {{ template "components/role" $r }} {{ end
|
||||
}}
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue