github.com/saadullahsaeed/fragmenta-cms@v1.5.4/src/pages/views/templates/default.html.got (about) 1 <section class="admin-bar-actions"> 2 {{ if .currentUser.Admin }} 3 <a class="button small" href="/pages/{{.page.ID}}/update">Edit Page</a> 4 {{ else }} 5 <a class="button small" href="/users/login">Login</a> 6 {{ end }} 7 </section> 8 <section> 9 {{ sanitize .page.Text }} 10 </section>