<@ for doc in docs @><@ if doc.URL and doc.private != true and doc.beta != true @>
  • <$ doc.name $>
  • <@ endif @><@ endfor @> <@ for doc in docs @><@ if doc.URL and doc.private != true and doc.beta == true @>
  • <$ doc.name $> β
  • <@ endif @><@ endfor @>