#encoding utf-8
#extends templates.main_template
#attr $title = "Formeln"
#attr $description = ""
#attr $keywords = "Formeln Strom Spannung"
#block rest
#raw
- `Elektrischer Strom `_
- `Elektrische Spannung `_
#end raw
#end block rest
#block main_block
$rest2html($rest)
#end block main_block