https://go.dev/doc/modules/layout This also enables us to later import just the db interaction part say to the gemini capsule backend go project.
15 lines
199 B
Go
15 lines
199 B
Go
package ui
|
|
|
|
const defaultTemplate = `title: todo
|
|
date: 2025-12-31
|
|
slug: todo
|
|
tags: cat, dog
|
|
---
|
|
|
|
Example text
|
|
|
|
=> https://travisshears.com example link
|
|
|
|
* Example list item 1
|
|
* Example list item 2
|
|
`
|