~ubuntu-branches/ubuntu/quantal/hawtjni/quantal

« back to all changes in this revision

Viewing changes to webgen/src/styles/impact/blog.template

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-08-05 19:40:25 UTC
  • Revision ID: james.westby@ubuntu.com-20100805194025-3004hn889accwu2i
Tags: upstream-1.0~+git0c502e20c4
ImportĀ upstreamĀ versionĀ 1.0~+git0c502e20c4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
template: main.template
 
3
---
 
4
<div class="post"> 
 
5
  <h2>{title:}</h2>
 
6
  <div class="details">Posted by {author:} on {created_at:} </div>
 
7
  <webgen:block name='content'/>
 
8
  <% if context.node.node_info[:page].blocks.has_key?('full_story') %>
 
9
    <webgen:block name='full_story' />
 
10
  <% end %>
 
11
</div>