DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 5234e58e2380f8deb0710b81b5cb1cdf277fe0d1 felu/internal/components/index.templ -rw-r--r-- 338 bytes
5234e58eJonni Liljamo feat: answer TXT queries for _acme-challenge 21 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
package components

templ Index() {
	@Base("Index") {
		<div class="bg-rose-200">
			have info about the service here,
			with a login button somewhere.
			<br/>and also something something, basic index page info, bla bla
		</div>
		<!-- some kind of if logged_in thing, and then show a "manage" button instead of a login button -->
	}
}