mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
17 lines
350 B
Markdown
17 lines
350 B
Markdown
|
# 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
|