Skip to content

Commit

Permalink
reference agenda.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Nov 22, 2023
1 parent 5508617 commit caea0e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ the template for a room (a place where a performance occurs).
There are very few constraints on styling or format overall. Instead, the data
structures are accessible via Go `text/html` templating and from Javascript.

### Agenda (showfile)

An example of an `agenda.yaml` file can be found in `/example`, but the full structure of this file is describes by `/agenda/agenda.go`.

### Go template data structures

The data structure available to a Room is:
Expand Down

0 comments on commit caea0e4

Please sign in to comment.