UNPKG

jekyll

Version:

A blog-aware, static site generator in Ruby

21 lines (13 loc) 248 B
<!DOCTYPE html> <html> {% include head.html %} <body> {% include header.html %} <div class="page-content"> <div class="wrapper"> {{ content }} </div> </div> {% include footer.html %} </body> </html>