We expect Fargo to be used to create blogging systems. Comments are an important part of blogging, so we've built a special connection through macros to the Disqus commenting system.
You can include a comments section in a template through the <%comments%> macro.
By default it uses our Disqus group, smallpict, but you can override that with the disqusGroupName attribute.
#disqusGroupName "yourgroupname"
You can also call the disqusComments macro to generate a comments section.
If you don't want comments to appear, you can use the #flDisqusComments directive, like this:
#flDisqusComments "false"