mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
restructure folders
This commit is contained in:
16
templating/sailfish/README.md
Normal file
16
templating/sailfish/README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Sailfish
|
||||
|
||||
This is an example of how to use Actix Web with the [Sailfish](https://sailfish.netlify.app/) templating language.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
cd template_engines/sailfish
|
||||
cargo run
|
||||
```
|
||||
|
||||
After starting the server, you may visit the following pages:
|
||||
|
||||
- http://localhost:8080/page-1
|
||||
- http://localhost:8080/page-678
|
||||
- http://localhost:8080/Username
|
Reference in New Issue
Block a user