package
1.5.5
Repository: https://github.com/fragmenta/fragmenta-cms.git
Documentation: pkg.go.dev

# Functions

HandleCreate handles the POST of the create form for posts.
HandleCreateShow serves the create form via GET for posts.
HandleDestroy responds to /posts/n/destroy by deleting the post.
HandleIndex displays a list of posts.
HandleShow displays a single post.
HandleShowBlog responds to GET /blog.
HandleUpdate handles the POST of the form to update a post.
HandleUpdateShow renders the form to update a post.