forked from Git/hugo-story
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			329 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			329 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<article>
 | 
						|
    <a href="{{ .image }}" class="image">
 | 
						|
        <img src="{{ .thumb }}" alt="" />
 | 
						|
    </a>
 | 
						|
    <div class="caption">
 | 
						|
        <h3>{{ .title }}</h3>
 | 
						|
        <p>{{ .content }}</p>
 | 
						|
        <ul class="actions fixed">
 | 
						|
            <li><span class="button small">{{ .button }}</span></li>
 | 
						|
        </ul>
 | 
						|
    </div>
 | 
						|
</article>
 |