Simple CMS
a django project
Style demo 1
This article is a demo that displays some styles. You can use html code and/or Markdown syntax. To use Markdown:
- install the python markdown module
- put {% load markup %} in your template
- use markdown filter like this: {{ article.text|markdown }}
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
A link, acronym and deleted text.
This is a default blockquote with author information included. If you look at the source, you can see the author info gets its style from a combination of generic classes.snop on March 19th, 2006
This is a blockquote with the go class.
This is a blockquote with the exclamation class.
This is a blockquote with the stop class.
/ Code block /
System.out.println("someone set us up the bomb");
- Definition List
- Can be used for all your definition list needs.
- Muffins
- Tasty breakfast treat.
- Unordered List
- Uses a custom bullet to make items pop
- Ordered List
- Uses a <span> tag to style the numbers
