inventshare/templates
Otto efde5c30e5 Delete for orgs, items, origins
… and correct wrong assumption about item creation in testing
2023-10-18 23:56:23 +02:00
..
adhoc UI/UX fixes + translations 2022-10-12 00:38:30 +02:00
item Delete for orgs, items, origins 2023-10-18 23:56:23 +02:00
org Delete for orgs, items, origins 2023-10-18 23:56:23 +02:00
partials Delete for orgs, items, origins 2023-10-18 23:56:23 +02:00
README.md WIP: ad hoc + templates 2022-10-12 00:37:38 +02:00

README.md

Templates

Docs: see https://pkg.go.dev/html/template

Project-specific conventions:

  • templates are separated by folders by their use in the project
  • common templates that are always parsed are stored in partials/
  • common templates start with an upper-case letter (just as exported functions in Go)
  • local templates always start with a lower case letter