17 lines
321 B
Rust
17 lines
321 B
Rust
|
pub const FALLBACK_TEMPLATE: &str = r#"
|
||
|
# Welcome to HedgeDoc
|
||
|
|
||
|
This is a template pad.
|
||
|
|
||
|
## Section 1
|
||
|
|
||
|
- Item 1
|
||
|
- Item 2
|
||
|
|
||
|
## Section 2
|
||
|
|
||
|
Add more content here...
|
||
|
"#;
|
||
|
|
||
|
pub const PLENUM_TEMPLATE_URL: &str = "https://md.berlin.ccc.de/plenum-template/download";
|
||
|
pub const HEDGEDOC_SERVER_URL: &str = "https://md.berlin.ccc.de";
|