Armature HTML Fragment Example
This is an example of HTML template-fragment rendering for use with tools like HTMX.
Usage
Check out the live demo, or to run it locally, clone the repo:
git clone https://github.com/jgaskins/html_fragment_example
Install dependencies:
shards install
Then run the app:
crystal run src/html_fragment_example.cr
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/jgaskins/html_fragment_example/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Jamie Gaskins - creator and maintainer