File: section_menu-people.html

package info (click to toggle)
lua-orbit 2.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,956 kB
  • ctags: 638
  • sloc: sql: 78; sh: 32; makefile: 31; xml: 20
file content (13 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
$import{ "section_list" }

<div id="menu">
 	</div>
	<div id="contents">
		<div class="blogentry">
			<h2>$title</h2>

                  $section_list{ include_tags = { "people-%" },
		    template = "list_pubs.html" }
		  		  
		</div>
		</div>