slweb

Једноставни генератор статичких веб страна
git clone https://git.sr.ht/~strahinja/slweb
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

index.slw (290B)


      1 ---
      2 site-name: Includes
      3 site-description: Demonstration of the includes
      4 stylesheet: index.css
      5 ---
      6 {include "inc/header"}
      7 
      8 {main}
      9 {include "description"}
     10 
     11 {include "options"}
     12 
     13 {include "reference"}
     14 
     15 {include "seealso"}
     16 
     17 {include "examples"}
     18 
     19 {include "bugs"}
     20 {/main}
     21 
     22 {include "inc/footer"}