Skip to content

Instantly share code, notes, and snippets.

@jyeary
Created March 30, 2015 13:20
Show Gist options
  • Select an option

  • Save jyeary/1019a642bd256385eb21 to your computer and use it in GitHub Desktop.

Select an option

Save jyeary/1019a642bd256385eb21 to your computer and use it in GitHub Desktop.
Basic Blogger Version 2 Template
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection'
xmlns='http://www.w3.org/1999/xhtml'
xmlns:b='http://www.google.com/2005/gml/b'
xmlns:data='http://www.google.com/2005/gml/data'
xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<title><data:blog.pageTitle/></title>
<b:skin>
<![CDATA[
<!-- SKIN CONTENTS -->
]]>
</b:skin>
</head>
<body>
<!-- BODY CONTENTS -->
</body>
</html>
@jyeary

jyeary commented Mar 30, 2015

Copy link
Copy Markdown
Author

This is the minimum template that you can use in Blogger that will be accepted by the template parser.

Note: This does not contain any layouts and will not render a blog. This is only for use in developing a new template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment