Property definitions

nitc $ CardCode :: render_code
	private fun render_code do
		var node = self.node
		if node == null then return
		var hl = new HtmlightVisitor
		hl.show_infobox = false
		hl.highlight_node node
		addn hl.html
	end
src/doc/static/static_cards.nit:413,2--420,4