• Stars
    star
    1
  • Language templ
  • Created about 2 months ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This template is using a different approach to the usual go template. Code for routes is organized in templ files. every templ route or component got its own GET, POST, ... functions inside. This way we got all the code for a route or component in one place.