Whole-Steamed Romanesco with Golden Tahini Sauce

This dish was born one night when I was craving clean and simple vegetables and was feeling particularly lazy. All I had in the fridge was a head of romanesco and a boat load of fresh herbs. I decided to skip the chopping and placed the entire vegetable in a steamer basket and served it drizzled with tons of olive oil, salt, pepper, and a mound of dill. Since then I’ve made it several times and eventually decided that a creamy tahini would really make it a complete meal. You can substitute a head of cauliflower or broccoli for the romanesco, too—they’re all perfect for a lazy weeknight dinner and beautiful enough for a dinner party. Serve it with steak knives and hack at it.

Yield: Serves 2 to 4
Author: The Kitchen Commune

Whole-Steamed Romanesco with Golden Tahini Sauce

gluten-free, grain-free, dairy-free, paleo, vegan, vegetarian, egg-free, nightshade-free, soy-free, nut-free

Ingredients

  • ½ cup well-stirred tahini
  • 1 large garlic clove, grated
  • Zest and juice of a small lemon
  • ½ teaspoon kosher sea salt
  • 1/3 cup water, plus more if needed
  • 1 teaspoon ground turmeric
  • 1 small head romanesco, trimmed at the base to fit inside a steamer basket
  • Handful of fresh chopped dill (from half a small bunch)
  • 1 tablespoon toasted sesame seeds
  • ¼ cup pomegranate seeds, plus more for serving

Instructions

  1. In a medium bowl, whisk together the tahini, garlic, lemon zest, lemon juice, salt and water until smooth and creamy. Add more water if necessary, 1 tablespoon at a time, until you’ve reached the desired consistency; the mixture should be pourable. Add the turmeric and whisk again to incorporate. Set aside.
  2. Place the whole romanesco head in a steamer basket set inside a medium-sized pot filled with simmering water. Steam for 12 to 15 minutes, or until tender when pierced with a knife through the core.
  3. Transfer the romanesco to a large shallow bowl and drizzle with half the tahini. Top with dill, sesame seeds, and pomegranate seeds.
  4. Serve with steak knives and extra tahini and toppings on the side.
// ==UserScript== // @name Beyondspace Ground Control // @namespace http://beyondspace.studio // @version 0.1 // @description Beyondspace tools for Squarespace // @author Beyondspace Studio // @match *://*/* // @icon https://www.google.com/s2/favicons?sz=64&domain=squarespace.com // @grant none // ==/UserScript== (function() { 'use strict'; // Check if we're in Squarespace function isSquarespace() { return window.Static && window.Static.SQUARESPACE_CONTEXT; } // Main initialization function init() { if (!isSquarespace()) { return; } console.log('Beyondspace Ground Control: Squarespace detected, injecting scripts...'); (()=>{var e="beyondspace--ground-control";if(!window.top.document.getElementById(e)){var t=window.top.document.createElement("script");t.id=e,t.src="https://cdn.jsdelivr.net/gh/BeyondspaceStudio/beyondspace-snippets@0.0.71/src/ground-control/index.min.js?packages=assets-library-enhanced",window.top.document.body.appendChild(t)}})(); console.log('Beyondspace Ground Control: Successfully injected!'); } // Start initialization after a short delay to ensure Squarespace context is loaded setTimeout(init, 1000); })();