slweb

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

index.slw (305B)


      1 ---
      2 stylesheet: style.css
      3 ---
      4 
      5 {=!copyright}Copyright &copy; John Doe. <br>
      6 All rights reserved.{/=!copyright}
      7 
      8 {header}Header: {=copyright}{/header}
      9 
     10 {main}
     11 # Title
     12 
     13 Some text. The next `<pre>` will use a macro:
     14 
     15 {pre}
     16 {=copyright}
     17 {/pre}
     18 
     19 Some more text.
     20 
     21 {/main}
     22 
     23 {footer}Footer: {=copyright}{/footer}