Hello,
 
	I recently started making a blog using Processwire and since i'm completely new, I struggle with a few things. 
	I'm trying to make a comment section in my blog post, so I followed the tutorial and pasted the two code lines in my template.
 
18		echo $page->comments->render(); 
19	 	echo $page->comments->renderForm(); 
	 
 
	but now I have this error on my page :
 
Error: Call to a member function render() on null (line 18 of C:\wamp64\www\processwire\site\assets\cache\FileCompiler\site\templates\Post.php) 
	 
 
	Am I missing something?
 
	Thanks for your help.