Plume/templates
Baptiste Gelez 3fce5d6a14
Use Rust for the front-end too (#374)
Rust can compile to WASM, so let's use it for front-end code as well.

To compile the front-end:

```
cargo install cargo-web
cargo web deploy -p plume-front
```
2018-12-25 11:51:40 +01:00
..
blogs Count items in database as much as possible (#344) 2018-12-14 23:16:18 +01:00
errors Use Ructe (#327) 2018-12-06 18:54:16 +01:00
instance Count items in database as much as possible (#344) 2018-12-14 23:16:18 +01:00
medias Works on template 2018-12-07 12:10:03 +01:00
notifications Use Ructe (#327) 2018-12-06 18:54:16 +01:00
partials Comment visibility (#364) 2018-12-24 11:23:04 +01:00
posts Use Rust for the front-end too (#374) 2018-12-25 11:51:40 +01:00
search Use Rust for the front-end too (#374) 2018-12-25 11:51:40 +01:00
session Works on template 2018-12-07 12:10:03 +01:00
tags Use Ructe (#327) 2018-12-06 18:54:16 +01:00
users Change title from Edit account to Create account (#376) 2018-12-24 19:03:54 +01:00
base.rs.html Use Rust for the front-end too (#374) 2018-12-25 11:51:40 +01:00