mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-10-31 11:00:08 +00:00 
			
		
		
		
	
		
			
	
	
		
			30 lines
		
	
	
		
			549 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			30 lines
		
	
	
		
			549 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | 
 | ||
|  | @include(style/_css) | ||
|  | 
 | ||
|  | <div> | ||
|  | 	<a href="#pages" class="pages-list-button button">☰</a>  | ||
|  | 
 | ||
|  | 	[@source(../path)] | ||
|  | 
 | ||
|  | 	<slot name="toggle-edit-link"> (<a href="#./_edit">edit</a>) </slot> | ||
|  | 
 | ||
|  | 	<span class="separator"/> | ||
|  | 
 | ||
|  | 	<a href="#NewPage/_edit" class="new-page-button button">+</a> | ||
|  | </div> | ||
|  | 
 | ||
|  | <hr> | ||
|  | 	<h1 saveto=".."> | ||
|  | 		<slot name="title">@source(../title)</slot> | ||
|  | 	</h1> | ||
|  | <br> | ||
|  | 
 | ||
|  | <slot name="page-content"> | ||
|  | 	<include src=".." class="text" saveto=".." tabindex="0"/> | ||
|  | </slot> | ||
|  | 
 | ||
|  | <hr> | ||
|  | <a href="#/">home</a> | ||
|  | 
 | ||
|  | <!-- vim:set ts=4 sw=4 : --> |