%# /templates/chess/chess.html.ep %> % layout 'default'; % title 'Chess - Game ' . $game->{id}; <% content_for head => begin %> <%# Using chess.js for complex move validation (castling, en passant, checkmate) on the frontend %> <% end %>
Current FEN: <%= $game->{fen_state} %>