Created
March 30, 2015 13:20
-
-
Save jyeary/1019a642bd256385eb21 to your computer and use it in GitHub Desktop.
Basic Blogger Version 2 Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.