No the freeform:entries tag is not inside any other ee tags. This is the template:
{embed="ssi/.header"}
<h1>The Following People will be attending {segment_3}</a></h1>
<table width="300" class="form" summary="rsvp info">
<tr>
<th>Name</th><th align="center">Number in Party</th>
</tr>
{exp:freeform:entries form_name="{segment_3}" orderby="name" sort="asc"}
<tr><td>{name}</td> <td align="center">{partysize}</td></tr>
{/exp:freeform:entries}
</table>
« Back to the Event
{embed="ssi/.footer"}