Welcome to mirror list, hosted at ThFree Co, Russian Federation.

search.html « _default « layouts - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5aad01cb7c52d8aec58e9f99099b8f90c231bc6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{{ define "main" }}

  <main class="list">

    {{ partialCached "search-form" . }}

    <h1>{{ .Title }}</h1>
    
    <section id="search-info">
      <!-- Info -->
    </section>

    <ul id="search-results" class="posts">
      <!-- x-template -->
    </ul>
    
    <template id="search-results-template"><li><a class="btn"></a></li></template>

  </main>

{{ end }}