File: page.liquid

package info (click to toggle)
ruby-liquid 5.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,444 kB
  • sloc: ruby: 14,571; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (3)
1
2
3
4
<div id="single-page">
<h2 class="heading-shaded">{{page.title}}</h2>
  {{ page.content }}
</div>