op.html (651B)
1 $def with (content) 2 <!doctype html> 3 <HEAD> 4 <meta charset="utf-8"> 5 <title>Tarina web shop Welcome!</title> 6 <link rel="stylesheet" href="/static/robstyle.css?v=1.25" type="text/css" rel="stylesheet"/> 7 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta http-equiv="cache-control" content="no-cache"> 9 </HEAD> 10 <BODY> 11 <a href="/propaganda">Propaganda</a> | <a href="/config">Config</a> | <a href="/categories">Categories</a> | <a href="/products/">Products</a> | <a href="/shipping/">Shipping</a> | <a href="/orders">Orders</a> | <a href="/logout">Logout</a> 12 <div id="container"> 13 $:content 14 </div> 15 </BODY>