Grid.rythm: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
@header(lang,title)
@header(lang,title)
@bootstrap()
@bootstrap()
</head/>
<body>
@(content)
@(content)
</body>
</html>
</source>
</source>
[[Category:RythmTemplate]]
[[Category:RythmTemplate]]

Revision as of 13:26, 8 November 2017

Links

Rythm template

@// Rythm template for the WikiCMS approach
@include(wiki.MediaWiki.Bootstrap.rythm)
@header(lang,title)
@bootstrap()
</head/>
<body>
@(content)
</body>
</html>