Add the selected page template's class to the .editor-styles-wrapper
<div>
.
Example:
body.page-template-narrow .wp-block {
max-width: 400px;
}
This example assumes you have enqueued your CSS so the body
selector is transformed to .editor-styles-wrapper
.