さて、次のリソースを含むウィンドウがあります
<Window.Resources>
<Style TargetType="Button">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate>
<Grid>
<TextBlock Text="{TemplateBinding Content}"/>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</Window.Resources>
「メンバー「コンテンツ」が認識されていないか、アクセスできません」というエラーが表示されます。私は何を間違っていますか?