UNPKG

ghpages-convert

Version:

A command line tool to convert github page templates to blogs

27 lines (18 loc) 452 B
<!DOCTYPE html> <html> {% include head.html %} <body> <!-- HEADER --> <div id="header_wrap" class="outer"> {% include header.html %} </div> <!-- MAIN CONTENT --> <div id="main_content_wrap" class="outer"> <section id="main_content" class="inner">{{content}}</section> </div> <!-- FOOTER --> <div id="footer_wrap" class="outer"> {% include footer.html %} </div> </body> </html>